home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / ezrom / ezrom22b.zip / EZROM.MAS < prev    next >
Text File  |  1996-01-14  |  5KB  |  158 lines

  1. ;
  2. ;  EZ-ROM 2.20     EZROM.MAS - This is the master control file for EZ-ROM.
  3. ;
  4. ;  Lines beginning with a semicolon are ignored by EZ-ROM.
  5. ;  Commands must be begin on the far left margin as shown below.
  6. ;  Commands are not case sensitive. Commands must be spelled correctly.
  7. ;  One or more blank spaces may be used between parts of a command.
  8. ;
  9. ;
  10. DISKS
  11. 1   ON   >0   0   C:\CDROM\DISK1\EZROM.CFG  "Night Owl 18"
  12. 2   OFF  >0   0   C:\CDROM\DISK2\EZROM.CFG  "Arsenal Files 3"
  13. 3   OFF  >0   0   C:\CDROM\DISK3\EZROM.CFG  "So Much Shareware 5"
  14. 4   OFF  >0   0   C:\CDROM\DISK4\EZROM.CFG  "Cream of the Crop 10"
  15. 5   OFF  >0   0   C:\CDROM\DISK5\EZROM.CFG  "Pier 7"
  16. 6   OFF  >0   0   C:\CDROM\DISK6\EZROM.CFG  "Simtel MS DOS"
  17. DISKS
  18. ;
  19. ;  EXPLANATION OF THE "DISKS" COMMAND SECTION SHOWN ABOVE:
  20. ;  Each line in the DISKS section "points" to a EZROM.CFG file for a disk.
  21. ;  The example above shows 6 disks, but you can have from 1 to 228 disks.
  22. ;  There must be one disk per line.
  23. ;  The list MUST BEGIN and END with the command "DISKS".
  24. ;  COLUMN 1 is the number the caller types to select the disk.
  25. ;     The selection numbers 1 to 6 are used in the example above.
  26. ;  COLUMN 2 shows the disk status:
  27. ;     ON   ( Online. Downloads allowed. No requests. )
  28. ;     REQ  ( Requests allowed. No downloads. Registered version only. )
  29. ;     OFF  ( Offline. Browse only. No downloads or requests allowed.  )
  30. ;     CLO  ( Closed. Noone can enter this disk.
  31. ;     AUTO-REQ  ( Online if disk in drive, otherwise set to REQ )
  32. ;     AUTO-OFF  ( Online if disk in drive, otherwise set to OFF )
  33. ;     AUTO-CLO  ( Online if disk in drive, otherwise set to CLO )
  34. ;     If you use any AUTO command for a disk, then you MUST use the
  35. ;     Volume command in the EZROM.CFG for that disk.
  36. ;  COLUMN 3 shows the security level required to enter the disk. Examples:
  37. ;    >5   ( only security levels greater than 5 may enter )
  38. ;    <20  ( only security levels less than 20 may enter )
  39. ;    =30  ( only security level equal to 30 may enter )
  40. ;    There must be NO SPACES between the symbol and the level number.
  41. ;  COLUMN 4 is the type. Set this to 0 for a CD-ROM disk or magnetic drive.
  42. ;  COLUMN 5 is the full path and file name of the EZROM.CFG used for each
  43. ;    CD-ROM disk. Create a separate subdirectory for each disk. Place all
  44. ;    the files for that particular disk (EZROM.CFG, DISK.CLR, DISK.BBS)
  45. ;    in the same subdirectory.
  46. ;  COLUMN 6 is the disk name. Optional. Must be between double quotes.
  47. ;
  48. ;
  49. ;
  50. ;  *** You MUST edit the following 3 directories to match your setup. ***
  51. ;  *** These directories may have any name, but must exist on the hard drive.
  52. ;  *** All BBS nodes must share the same HomeDir and RequestDir ***
  53. ;
  54. HomeDir     C:\CDROM
  55. HoldDir     C:\CDROM\HOLD
  56. RequestDir  C:\CDROM\REQUEST
  57. ;
  58. ;
  59. ;  ***  The following commands are optional ***
  60. ;
  61. Driver  UART
  62. ;
  63. AutoMenu  ON
  64. ;
  65. CopyToMag  ON
  66. Share  OFF
  67. FileView  ON
  68. CheckSize  ON
  69. ;
  70. TimeOut  240
  71. DelaySecs  10
  72. Debug  ON
  73. DebugVol  ON
  74. AllowLogOff  ON
  75. LinesPerPage  21
  76. LinesPerFile  5
  77. DropPenalty  300
  78. MaxBuff  65500
  79. MaxQ  20
  80. DirectVideo  ON
  81. CheckSnow  OFF
  82. BiosScroll  ON
  83. StatLine  TOP  1  14
  84. ;  NoDownload  5  6  7
  85. ;
  86. ;
  87. ;
  88. ;  *** The following BBS specific commands are for registered versions. ***
  89. ;
  90. ;  *** The following optional command is for WILDCAT 3.xx BBS ONLY. ***
  91. ;  *** USERINFO.DAT text file must contain EXACTLY 18 lines. ***
  92. ;
  93. ;  WILDCAT3  C:\WC30\WCWORK\NODE1\USERINFO.DAT
  94. ;
  95. ;
  96. ;  *** The following optional command is for WILDCAT 4.xx BBS ONLY. ***
  97. ;  *** USERREC.BIN file size must be EXACTLY 733 bytes. ***
  98. ;
  99. ;  WILDCAT4  C:\WILDCAT\WCWORK\NODE1\USERREC.BIN
  100. ;
  101. ;
  102. ;  *** The following optional command is for PCBOARD BBS ONLY. ***
  103. ;  *** USERS.SYS file size must be greater than 257 bytes. ***
  104. ;
  105. ;  PCBOARD  C:\PCB\USERS.SYS
  106. ;
  107. ;
  108. ;  *** The following optional command is for RA and PROBOARD BBS. ***
  109. ;  *** EXITINFO.BBS must be RA 2.x style. File size EXACTLY 2363 bytes. ***
  110. ;
  111. ;  EXITINFO  C:\RA\NODE1\EXITINFO.BBS
  112. ;
  113. ;
  114. ;  *** The following optional command is for MAXIMUS 2.x or 3.x BBS ONLY. ***
  115. ;  *** LASTUSxx.BBS file size must be either 240 or 460 bytes. ***
  116. ;
  117. ;  MAXIMUS   C:\MAX\NODE1\LASTUS01.BBS
  118. ;
  119. ;
  120. ;  *** The following optional command is for TAG 2.7 BBS ONLY. ***
  121. ;  *** The full path must be specified. The file name must be USER.LST. ***
  122. ;  *** Backup your USER.LST before using this command. ***
  123. ;
  124. ;  TAG27  C:\TAG\USER.LST
  125. ;
  126. ;
  127. ;  *** The folowing optional commands is for TAG 2.7 BBS ONLY. ***
  128. ;
  129. ;  TagSizeCheck  ON
  130. ;
  131. ;
  132. ;
  133. ;  *** The following optional commands are for registered versions only. ***
  134. ;
  135. ;  DataBase  Internal
  136. ;  KeepUserDays  90
  137. ;  KeepReqDays   30
  138. Limit     ALL  12  2000
  139. ReqLimit  ALL  12  2000
  140. ;  NoRequest  5  6  7
  141. ;  Log ON
  142. ;  LogName  C:\BBS\BBS.LOG
  143. ;  Style  1
  144. ;  LogUserName  OFF
  145. ;  LogLeader  '      * '
  146. ;  IndentLog  0
  147. ;  BeforeBat  COMMENT.BAT
  148. ;
  149. ;
  150. ;  *** The following optional commands define the appearance of AutoMenu ***
  151. ;
  152. ;  AutoMenuTitle  Files on CD-ROM
  153. ;  AutoMenuColor  TOP      12  15  15  15
  154. ;  AutoMenuColor  ONLINE   15  14  11  15
  155. ;  AutoMenuColor  REQUEST   7  14   3   7
  156. ;  AutoMenuColor  OFFLINE   7  14   7   7
  157. ;
  158.